object AddFeedSelectionFrm: TAddFeedSelectionFrm Left = 511 Top = 398 BorderStyle = bsDialog Caption = 'Select Feed' ClientHeight = 278 ClientWidth = 267 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter DesignSize = ( 267 278) PixelsPerInch = 96 TextHeight = 13 object PleaseLbl: TLabel Left = 10 Top = 13 Width = 224 Height = 13 Caption = '&Please select which feed you would like to add:' FocusControl = FeedListView end object OKBtn: TButton95 Left = 102 Top = 244 Width = 75 Height = 23 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton95 Left = 183 Top = 244 Width = 75 Height = 23 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object FeedListView: TListView Left = 10 Top = 30 Width = 246 Height = 203 Columns = < item Caption = 'Title' Width = 225 end> ColumnClick = False TabOrder = 0 ViewStyle = vsReport end end